home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / PRODUCTI / GTRIPPLE / SETUP.EXE / 0 / RCDATA / TFSELECTDESTINATION / TFSELECTDESTINATION.txt
Text File  |  1999-09-12  |  2KB  |  90 lines

  1. inherited fSelectDestination: TfSelectDestination
  2.   Left = 355
  3.   Top = 206
  4.   Caption = 'Select Destination'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited pBody: TPanel
  8.     object lBody: TLabel
  9.       Left = 10
  10.       Top = 10
  11.       Width = 325
  12.       Height = 111
  13.       Align = alTop
  14.       AutoSize = False
  15.       WordWrap = True
  16.     end
  17.     object lProceed: TLabel
  18.       Left = 10
  19.       Top = 247
  20.       Width = 325
  21.       Height = 71
  22.       Align = alBottom
  23.       AutoSize = False
  24.       WordWrap = True
  25.     end
  26.     object pBrowse: TPanel
  27.       Left = 10
  28.       Top = 121
  29.       Width = 325
  30.       Height = 62
  31.       Align = alTop
  32.       BevelOuter = bvLowered
  33.       TabOrder = 0
  34.       object lDestination: TLabel
  35.         Left = 8
  36.         Top = 40
  37.         Width = 3
  38.         Height = 13
  39.       end
  40.       object Label1: TLabel
  41.         Left = 8
  42.         Top = 8
  43.         Width = 88
  44.         Height = 13
  45.         Caption = 'Destination Folder:'
  46.       end
  47.       object bBrowse: TButton
  48.         Left = 232
  49.         Top = 8
  50.         Width = 75
  51.         Height = 25
  52.         Caption = '&Browse...'
  53.         TabOrder = 0
  54.         OnClick = bBrowseClick
  55.       end
  56.     end
  57.   end
  58.   inherited pButtons: TPanel
  59.     object bNext: TButton
  60.       Left = 352
  61.       Top = 24
  62.       Width = 75
  63.       Height = 25
  64.       Caption = '&Next >'
  65.       Default = True
  66.       ModalResult = 6
  67.       TabOrder = 0
  68.     end
  69.     object bCancel: TButton
  70.       Left = 448
  71.       Top = 24
  72.       Width = 75
  73.       Height = 25
  74.       Cancel = True
  75.       Caption = 'Cancel'
  76.       ModalResult = 2
  77.       TabOrder = 1
  78.     end
  79.     object bBack: TButton
  80.       Left = 272
  81.       Top = 24
  82.       Width = 75
  83.       Height = 25
  84.       Caption = '< &Back'
  85.       ModalResult = 7
  86.       TabOrder = 2
  87.     end
  88.   end
  89. end
  90.